home *** CD-ROM | disk | FTP | other *** search
- /*
- * SFtoSpr - Star Fighter 3000 graphics converter
- * Savebox for SF3000 Planets file
- * Copyright (C) 2000 Chris Bazley
- */
-
- #ifndef STSSavePlanets_h
- #define STSSavePlanets_h
-
- #include "toolbox.h"
- #include "SFformats.h"
-
- extern ObjectId SavePlanets_create(char *savepath, int data_saved, SF_PlanetsSetHdr **planets_data);
-
- #endif
-